QuickOPC User's Guide and Reference
RetrieveCurrentNode(IEnumerable<Object>) Method



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseControl Class > RetrieveCurrentNode Method : RetrieveCurrentNode(IEnumerable<Object>) Method
The current path.The current path.
Called to retrieve the current node. Called to retrieve the current node.
Syntax
'Declaration
 
Protected Overloads Overrides NotOverridable Sub RetrieveCurrentNode( _
   ByVal currentPath As IEnumerable(Of Object) _
) 
'Usage
 
Dim instance As OpcBrowseControl
Dim currentPath As IEnumerable(Of Object)
 
instance.RetrieveCurrentNode(currentPath)
protected override void RetrieveCurrentNode( 
   IEnumerable<object> currentPath
)
protected:
void RetrieveCurrentNode( 
   IEnumerable<Object^>^ currentPath
) override 

Parameters

currentPath
The current path.The current path.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also